home *** CD-ROM | disk | FTP | other *** search
- /*
- * SFcolours - Star Fighter 3000 colours editor
- * Colours file savebox
- * Copyright (C) 2001 Chris Bazley
- */
-
- #ifndef SFCSaveBox_h
- #define SFCSaveBox_h
-
- #include "toolbox.h"
-
- extern ObjectId savebox_sharedid;
- extern bool savebox_openparent, savebox_closepending;
-
- extern void SaveFile_initialise(IdBlock *id_block);
-
- #endif
-